home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / graphics / gfxmacros.inc < prev    next >
Text File  |  1998-06-24  |  151b  |  6 lines

  1. def GetOutlinePen(rp) = GetOPen(rp);
  2.  
  3. def DrawCircle(rp,cx,cy,r) = DrawEllipse(rp,cx,cy,r,r);
  4. def AreaCircle(rp,cx,cy,r) = AreaEllipse(rp,cx,cy,r,r);
  5.  
  6.